home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / cc.dxr / 00023.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  205 b   |  15 lines

  1. on mouseUp
  2.   if rollOver(1) then
  3.     go(2)
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   if rollOver(19) then
  9.     set the visible of sprite 19 to 1
  10.   else
  11.     set the visible of sprite 19 to 0
  12.   end if
  13.   go(the frame)
  14. end
  15.